home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / mac / __intere / 'toon_ta.lk_ / card_16764.txt < prev    next >
Text File  |  1990-09-08  |  725b  |  35 lines

  1. -- card: 16764 from stack: in.lk_
  2. -- bmap block id: 3966
  3. -- flags: 0000
  4. -- background id: 15882
  5. -- name: About
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9.   play "Harpsichord" tempo 380 b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r b r c# r b r a# r bw
  10. end openCard
  11.  
  12. on closeCard
  13.   show menuBar
  14. end closeCard
  15.  
  16.  
  17. -- part 1 (button)
  18. -- low flags: 00
  19. -- high flags: 0000
  20. -- rect: left=467 top=300 right=328 bottom=504
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 1012 / 1012
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Return
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect iris close
  32.   go to first card of stack
  33. end mouseUp
  34.  
  35.